Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
EigrpMainProcess Class Reference

EigrpMainProcess is the main process that handles all EIGRP processes. More...

Inheritance diagram for EigrpMainProcess:
Process

Public Member Functions

void addEigrpProcess (int)
 Adds the EIGRP process with the specified AS number. More...
 
void removeEigrpProcess (int)
 Removes the EIGRP process with the specified AS number. More...
 
EigrpProcess getEigrpProcessAt (int)
 Returns the EIGRP process at the specified index. More...
 
EigrpProcess getEigrpProcess (int)
 Returns the EIGRP process with the specified AS number. More...
 
int getEigrpProcessCount ()
 Returns the number of EIGRP processes. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

EigrpMainProcess is the main process that handles all EIGRP processes.

Member Function Documentation

◆ addEigrpProcess()

void EigrpMainProcess::addEigrpProcess ( int  )

Adds the EIGRP process with the specified AS number.

Parameters
as,theAS number of the EIGRP process.

◆ getEigrpProcess()

EigrpProcess EigrpMainProcess::getEigrpProcess ( int  )

Returns the EIGRP process with the specified AS number.

Parameters
as,theAS number of the EIGRP process of interest.
Returns
EigrpProcess, the EigrpProcess object with the specified AS number.

◆ getEigrpProcessAt()

EigrpProcess EigrpMainProcess::getEigrpProcessAt ( int  )

Returns the EIGRP process at the specified index.

Parameters
index,theindex of the EIGRP process of interest.
Returns
EigrpProcess, the EigrpProcess object at the specified index.

◆ getEigrpProcessCount()

int EigrpMainProcess::getEigrpProcessCount ( )

Returns the number of EIGRP processes.

Returns
int, the number of EIGRP processes.

◆ removeEigrpProcess()

void EigrpMainProcess::removeEigrpProcess ( int  )

Removes the EIGRP process with the specified AS number.

Parameters
as,theAS number of the EIGRP process of interest.

The documentation for this class was generated from the following file: